home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / other___ / gsmok253.zip / dos1page.txt < prev    next >
Text File  |  1995-03-26  |  1KB  |  23 lines

  1. DOS1PAGE
  2. by Perfesser Jack Ascii
  3.  
  4. A: changes the drive to A
  5. DIR  puts the directory on screen.
  6. TYPE filename.ext  types the contents of the file to the screen.
  7. Control S or pause will pause. Control C or control break will halt.
  8. DEL filename.ext  deletes the file.
  9. REN filename.ext  newname.iam  renames the file.
  10. COPY filename.ext newfile.x10 copies the contents of "filename.ext" to
  11. "newfile.x10".  Warning!  If newfile.x10 already exists, it will be destroyed!
  12.  
  13. Filenames may use wildcards. The "*" (splat) replaces the rest of the filename
  14. or extension.  The "?" replaces only one character.  If the desired drive is
  15. not the default drive, it may be specified, such as B:filename.ext
  16. It is not necessary to use UPPER CASE when addressing the computer.
  17.  
  18. These are external DOS commands. They must be present on your disk to work.
  19. FORMAT A:  formats the disk in A drive, destroying all contents.
  20. DISKCOPY A: B:  copies the entire contents of A: to B:
  21.  
  22. Directories are too much bother to use them on a floppy.
  23.